Day

Returns the day from a date/time value.

Syntax

Day("DateTime")

Arguments

Argument Description
DateTime Any date/time expression. See Date/time format examples for valid formats.

Return value

Value Description
Value Day from the date/time value.

Example

dayMonth = Day("October 25, 2016")

PrintLn("Day of the month is: " + dayMonth)